home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-16 | 1.6 KB | 83 lines | [TEXT/CWIE] |
- //========================================================================================
- //
- // File: PartInfo.fr
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWRESFIL_K
- #include "FWResFil.k"
- #endif
-
- #ifndef FWPART_FR
- #include "FWPart.fr"
- #endif
-
- #ifndef DEFINES_K
- #include "Defines.k"
- #endif
-
- #ifndef BINDING_K
- #include "Binding.k"
- #endif
-
- #ifndef SLGCONST_K
- #include "SLGConst.k"
- #endif
-
- #ifndef FWVIEWS_FR
- #include "FWViews.fr"
- #endif
-
- //----------------------------------------------------------------------------------------
- // PartInfo Resource
- //----------------------------------------------------------------------------------------
-
- resource FW_RPartInfo(kPartInfoID)
- {
- // ----- Icon ID
- kPartIconID,
-
- // ----- Part Name
- kSample2KindUserString,
-
- // ----- PartKind
- kSample2Kind
- };
-
- //----------------------------------------------------------------------------------------
- // About Resource
- //----------------------------------------------------------------------------------------
-
- resource FW_RAbout(kAbout)
- {
- // ----- Icon ID
- 130,
- // ----- Part Name
- FW_RStyledText
- (
- FW_FIX(18),
- FW_kBold,
- "times",
- "Sample2"
- ),
- // ----- Version Number
- FW_RStyledText
- (
- FW_FIX(9),
- FW_kPlain,
- "geneva",
- "ODF Release 1"
- ),
- // ----- Credits
- FW_RStyledText
- (
- FW_FIX(9),
- FW_kPlain,
- "geneva",
- "Sample2....\r\r\r\r\r\r"
- "Written by Dave Wilson.\r© 1993-96 Apple Computer, Inc., all right reserved."
- )
- };